home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2005 June
/
ccd0605.iso
/
Software
/
Freeware
/
Programare
/
highlight
/
highlight-W32GUI-2.2-10b-Setup.exe
/
{app}
/
src
/
version.h
< prev
next >
Wrap
C/C++ Source or Header
|
2005-04-27
|
1KB
|
27 lines
/***************************************************************************
version.h - description
-------------------
begin : Mon MΣr 3 2003
copyright : (C) 2003 by AndrΘ Simon
email : saalen@gmx.de
***************************************************************************/
/***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************/
#ifndef VERSION_H
#define VERSION_H
#define HIGHLIGHT_VERSION "2.2-10b"
#define HIGHLIGHT_VERSION2 " Highlight 2.2-10b"
#define HIGHLIGHT_URL "http://www.andre-simon.de/"
#endif